home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Graphisme / Image Eye / Setup.exe / {app} / Image Eye.chm / style.css < prev    next >
Cascading Style Sheet File  |  2013-05-06  |  777b  |  65 lines

  1. BODY { 
  2.     font-family: Arial, sans-serif; 
  3.     font-size: 10pt;
  4.     color: #010000;
  5.     background-color: #FFFFFF;
  6. }
  7.  
  8. H1 {
  9.     font-size: 14pt;
  10.     font-weight: bold;
  11.     text-align: center;
  12. }
  13.  
  14. H2 {
  15.     font-size: 12pt;
  16.     font-style: italic;
  17.     font-weight: normal;
  18. }
  19.  
  20. H3 {
  21.     font-size: 10pt;
  22.     font-weight: bold;
  23. }
  24.  
  25. A {
  26.     font-style: italic;
  27.     color: #2060A0;
  28. }
  29.  
  30. A:link {
  31.     text-decoration: underline; 
  32. }
  33.  
  34. A:visited {
  35.     text-decoration: none;
  36.  
  37. TD {
  38.     font-family: Arial, sans-serif; 
  39.     font-size: 10pt;
  40. }
  41.  
  42. EM {
  43.     font-style: normal;
  44.     font-size: 12pt;
  45.     font-weight: bold;
  46.     color: #000040;
  47. }
  48.  
  49. IMG {
  50.     border-style: none;
  51. }
  52.  
  53. CODE {
  54.     font-family: Arial, sans-serif; 
  55.     color: #606000;
  56. }
  57.  
  58.  
  59. KBD {
  60.     font-family: Arial, sans-serif; 
  61.     color: #808080;
  62. }
  63.  
  64.